addRemoteInput
open fun addRemoteInput(@Nullable remoteInput: RemoteInput): NotificationCompat.Action.Builder(source)
Add an input to be collected from the user when this action is sent. Response values can be retrieved from the fired intent by using the getResultsFromIntent function.
Return
this object for method chaining
Parameters
remoteInput
a RemoteInput to add to the action